Welcome![Sign In][Sign Up]
Location:
Search - IE Control

Search list

[ActiveX/DCOM/ATLMakeCert

Description: 给自己做的控件加数字签名的流程,内有详细说明步骤,1、创建一个自己的证书文件:2、转换cer格式为spc格式(可以省略)3、用VS6工具中的 Package & Deployment Wizard 生成internet分发的CAB包,同时生成分发代码(.htm,其中包含使IE可以自动下载安装包的代码)。现在得到了2个文件DataTransfer.CAB和DataTransfer.htm。4、给CAB文件签名5、用chktrust检查是否正确-To increase control of their own digital signature process, with detailed description of the steps, 1, to create a own certificate file: 2, spc format conversion cer format (can be omitted) 3, VS6 tools used Package & Deployment Wizard to generate CAB package internet distribution, the distribution of the code generated at the same time (. htm, which contains so that IE can automatically download and install a package code). Now two documents have been DataTransfer.CAB and DataTransfer.htm. 4, 5 to the CAB file signatures with the correct check chktrust
Platform: | Size: 279552 | Author: 钟敬德 | Hits:

[Windows Developxudong_Vipshell

Description: 申明: 本软件仅供学习使用。 如用本程序做非法用途后果自负,与作者无关!!! QQ:122357829 软件简介: 2009年6月5日 主要功能: 1.屏幕监视/控制。 2.CMD命令行 3.摄象头 4.文件管理 5.进程管理 6.键盘记录 其中键盘记录,没有使用钩子记录,为了防止一些杀毒软件阻止安装钩子 虽然没有钩子,但是对于一般的密码窗口,IE窗口也依然能准确记录(包括粘贴). 由于忙于工作,忙于学习.没时间在继续开发了,把代码发给大家继续更 新 编译前把工程设置成 Unicode VipShell 是服务端代码 VipClient 客户端代码-Stated that: learning to use the software only. Such as illegal use of the procedures done at your peril, and the author has nothing to do!!! QQ: 122357829 Software Introduction: June 5, 2009 main functions: 1. Screen monitor/control. 2.CMD command line 3.摄象头4. Document Management 5. The process of management 6. Keyloggers keyloggers in which there is no record of the use of hooks, in order to prevent the installation of antivirus software to prevent hook Although there is no hook, but the password for the average window IE window still accurate records (including paste). as a result of busy work, busy learning. no time to continue to develop in, and distributed to all of us will continue to update the code before compiling the project is set to Unicode VipShell service client-side code VipClient code
Platform: | Size: 1661952 | Author: 咹靜ゞ`兲倥 | Hits:

[assembly language1

Description: 采集0-7路输入来自直流源经分压器产生的0~5 V直流电压(可功能扩展,8路可接不同的传感器,采集不同的信号,例如:温度、湿度、图象、声音等)ADC0809将各路模拟信号分别转换成8位二进制数字信号,再对各路数据进行显示。各路通道采集方式为以约5s为周期循环采集(即0路、1路……7路、0路…)约每5ms更新,重新采集一次。显示方式为循环显示和单路显示:开关打开时,循环显示0-7路采集的数据;开关闭合时,显示当前单路采集的数据。3个七段数码管显示结果:最左边的一个数码管DS0显示通道号,其它两个数码管DS1和DS2显示采集此通道的经AD转换后十六进制数据结果,范围为:00H-FFH。开关再打开时则继续循环显示。在键盘上按下任意键则退出DOS。-0-7 Acquisition of DC input source from the voltage divider created by the 0 ~ 5 V DC voltage (which can function expansion, 8-way which can be accessed by different sensors, different signal acquisition, such as: temperature, humidity, image, audio and so on) ADC0809 the various analog signals, respectively, into 8-bit binary digital signal, and then displayed on the various data. Various channels for acquisition of about 5s for the acquisition cycle (ie, 0 Road, 1 Road ... ... 7 Road, 0 path ...) updated every 5ms, re-acquisition time. Display for the display and one-way cycle show: switch is open, the cycle shows that the way data collected 0-7 open to close time, shows the current single-channel data acquisition. Seven-Segment LED 3 shows the results: the far left shows a digital control DS0 channel number, the other two DS1 and DS2 digital tube display this channel collected by the AD conversion of the hexadecimal data, range: 00H-FFH . Switch is opened again to continue the cycl
Platform: | Size: 1024 | Author: 廖婷 | Hits:

[Internet-NetworksubclassIE

Description: 微软的ie控件的子类化 用于自己处理事件-ie the control of a sub-category
Platform: | Size: 8192 | Author: fds | Hits:

[Browser Clientmillionnodesjstree

Description: 本人前年写的东西 连续插入节点性能 起始数 插入节点数 IE耗时(秒) FF耗时(秒) 11,111 1000 2.469 0.344 12,111 1000 2.891 0.406 13,111 1000 3.484 0.469 14,111 1000 3.984 0.921 15,111 1000 4.468 0.562 当前总结点数16,111 将从第二层开始的全部收起,性能大有提升 起始数 插入节点数 IE耗时(秒) FF耗时(秒) 16,111 1000 2.375 0.219 17,111 1000 2.5 0.25 插入节点时,性能实际上是很好的,只是因为插入节点后要重新计算所有展开的节点, 这是一个相当耖时的工作,如果改进算法,将展开的节点数控制在1000以内,那么不管是插入或是删除, 性能都会大有提升,这样即使是在IE下生成10W节点都是可能的,当然在 FF下100万节点也许都可能 在这个测试中,FF表现很好,性能差不多达到了IE的10倍-Insert a row node performance Starting IE several time-consuming to insert nodes (sec) FF time (seconds) 11,111 1,000 2.469 0.344 12,111 1,000 2.891 0.406 13,111 1,000 3.484 0.469 14,111 1,000 3.984 0.921 15,111 1,000 4.468 0.562 Summing up the current 16,111 points From the beginning of the second level all away, go a long way to enhance performance Starting IE several time-consuming to insert nodes (sec) FF time (seconds) 16,111 1,000 2.375 0.219 17,111 1,000 2.5 0.25 Insert node, the performance is actually very good, but because of the node to insert after the start to a recalculation of all the nodes, This is a working center, if the improved algorithm, the number of nodes to be launched in 1000 within the control, then either insert or delete, Will greatly enhance performance, so even if IE is the next generation of 10W in the node are possible, of course, in the FF may be the next one million nodes can be In this test, FF good performance, the performa
Platform: | Size: 44032 | Author: chpn | Hits:

[3D GraphicOSGAx

Description: osg在浏览器中显示的源代码。通过使用active控件技术,可以在ie浏览器使用osgviwer-osg displayed in a browser' s source code. Through the use of active control technology, ie a browser can use osgviwer
Platform: | Size: 245760 | Author: henry | Hits:

[Internet-NetworkShortCut

Description: 禁止IE弹出窗口。internet Explore包含一个WebBroweser控件的组件,使用它快易将浏览器集成到新的或者已经存在的应用程序中,通过这个控件可以控制整个浏览器的工作。-Prohibition of IE pop-up window. internet Explore contains a WebBroweser control components, easy to use it soon will be integrated into a new browser or an already existing application, can be controlled through the control of the work of the entire browser.
Platform: | Size: 28672 | Author: | Hits:

[Internet-NetworkvbMHWB

Description: 用C开发的一个ACTIVE X 控件,可以用于代替IE WEB控件,可以实现对HTTP,HTTPS流的监控、WEB页面截图等功能。-Use C to develop a ACTIVE X controls, can be used in place of IE WEB control can be achieved on the HTTP, HTTPS flow monitoring, WEB page screenshot functions.
Platform: | Size: 345088 | Author: ryan | Hits:

[WEB CodeAjaxDataTable

Description: Ajax无刷新分页(jQuery+Json) 做了一个用jQuery来实现的用户控件,VS2008+Access 只用来玩玩.所以就用Access数据库了 jQuery+ashx+JSON 用ashx来接收请求,数据格式为JSON 实现了批量(选择)操作,编辑接口(反回两个值给用户进行自定义操作) 删除,自定义列(反回两个值给用户进行自定义操作) 样式变代(也就是写了两个样式表而以) 转换列(也就是你数据库里是1,0什么的,转成对应的男女的中文) 每页显示的记录条数在config里面设置 -Ajax without refreshing page (jQuery+ Json) made using jQuery to implement a user control, VS2008+ Access is only used to play. So I use Access database, a jQuery+ ashx+ JSON with ashx to receive the request, the data format is JSON implementation of batch (select) operation, editing interface (anti-two values back to the user to customize the operation) to delete, custom columns (anti-two values back to the user to customize the operation) on behalf of the style change (ie, written 2 style tables in order to) to the column (that is, what is your database is 1,0, and converted into the corresponding Chinese men and women) the number of records per page which is set in the config
Platform: | Size: 61440 | Author: fugang | Hits:

[SCMUSBMouse

Description: 这是我大学同学今年的毕业设计项目:基于USB的红外鼠标。红外遥控器模拟鼠标的左右键,还有滚动条。红外接收用HS0038A接收,在这设计中红外处理部分用一块51单片机处理。USB信号处理部分(即USB设备)用51单片机和PDIUSBD12芯片构成-This is my university students graduating this year' s design project: Based on the infrared USB mouse. Infrared remote control analog left and right mouse button, as well as scroll bar. Infrared receiver with HS0038A receive, in the design of mid-infrared processing section 51 with a microcontroller processing. USB signal processing part (ie, USB devices) with 51-chip microcontroller and PDIUSBD12 composition
Platform: | Size: 79872 | Author: qinyu | Hits:

[MiddleWareiehelper

Description: iehelper 是一个关于IE的COM控件的引用,对于新手很有帮助-iehelper is a control on IE' s COM reference to be helpful for the novice
Platform: | Size: 17408 | Author: 谢国辉 | Hits:

[Windows Developtooltip_dialog_demo

Description: 添加控件的提示信息(即当鼠标移动在某一个功能按钮时,提示其相应信息。)-Tips for Adding the control information (ie when the mouse button in a particular function, suggesting that the corresponding information.)
Platform: | Size: 1907712 | Author: 孙大圣 | Hits:

[Windows DevelopHTMLTextBox

Description: 一个很专业、功能也不错的Html网页在线编辑器控件,它的原理是采用IE的命令标识符对.NET的WebBrowser控件进行扩展,使其不仅可以作为一个Web浏览器,还可作为一个功能强大的Web编辑器。-A very professional and functional web pages online is also a good Html editor control, and its principle is to use IE command identifiers. NET, the WebBrowser control to be extended so that it not only as a Web browser, but also as a powerful The Web editor.
Platform: | Size: 68608 | Author: | Hits:

[OS programmysuperrabbit

Description: 备份,恢复注册表,隐藏电脑中的内容,控制电脑显示效果,个性化ie管理-Backup, restore the registry to hide the contents of the computer to control a computer display, personalized ie management
Platform: | Size: 612352 | Author: lijianfei | Hits:

[OtherDecouplingInternalModelControlforTwoinputTwooutput

Description: 针对双输入双输出稳定过程,提出一种新的解耦内模控制设计方法。综合解耦和 稳态误差两方面因素,利用对象传递函数模型行列式的静态增益及次对角元素与同行相应主 对角元素之商的不合理部分(即不稳定极点和纯超前部分)的逆来设计控制器 -For the two-input dual-output stabilization process, a new decoupling internal model control design methods. Integrated decoupling and steady-state error of two factors, the use of the object transfer function model of the determinant of the static gain and sub-diagonal elements with the corresponding counterparts of the main diagonal elements of the irrational part of the business (ie the unstable poles and pure ahead in part) inverse to design controller
Platform: | Size: 147456 | Author: mengxianghua | Hits:

[GUI DevelopFreeCL_Skin.v2.00

Description: FreeCL 2.00(Free Control Library)是一个开源且免费的Windows控件库,它属于3D图形引擎FreeGE中的一部分。除不能使用FreeCL直接或间接开发商业性的组件库、控件库或同性质的商业工程之外,开发用户可以将FreeCL自由地用于各种合乎法律准则和道德准则的个人或商业工程开发。任何用户使用FreeCL开发所带来的一切直接或间接的负面后果均由用户自己承担;用户使用FreeCL开发时必须严格遵守国家法律和社会伦理道德,禁止用于开发非法软件(如病毒、木马、蠕虫等违法软件);用户不得把FreeCL用作商业销售、贩卖、租赁。若用户不能接受上述限制,则必须放弃使用FreeCL;若继续使用FreeCL,则表明完全同意并完全接受上述所有限制条款。 FreeCL使用类似.Net、VCL等快速开发工具的编码风格,采用C++语言开发,利用PME(Property、Method、Event)编程模式,实现了常用的Windows标准控件、通用控件、Shell控件、IE菜单工具栏以及通用对话框,不需用户掌握繁复的Windows SDK细节,支持企业级快速软件开发。-FreeCL 2.00 (Free Control Library) is an open-source and free Windows Control Library, which belongs to 3D graphics engine FreeGE part. In addition to not use, directly or indirectly, FreeCL develop commercial component library, control, library, or with the nature of the business works, the development of a user can freely FreeCL for a variety of legal norms and ethical guidelines in line with the personal or commercial project development. Any user FreeCL, brought about by all the negative consequences of direct or indirect by the users themselves users FreeCL development must strictly abide by laws and social ethics, is prohibited for the development of illegal software (such as viruses, Trojan horses, worms and other illegal software) the user shall not FreeCL for commercial sale, selling, leasing. If the user can not accept the above restrictions, you must abandon the use of FreeCL if the continued use of FreeCL, it indicates that fully agree and fully accept all of the above r
Platform: | Size: 663552 | Author: | Hits:

[ELanguagerepgcode-0.3

Description: An interpreter for the G-code language, which can control a 3-axis Cartesian positioning system (ie for a CNC milling machine) which has electronics compatible with the RepRap project.
Platform: | Size: 37888 | Author: vahid | Hits:

[GUI DevelopFreeCL_Skin_2.00

Description: 1.00版(2006.8.x-2008.9.26) 初步实现一个功能完整的Windows控件库,包含常用的标准控件、通用控件、IE风格菜单栏、通用对话框,也实现了3个Shell控件,代码模拟.Net编码风格,采用PME编程模式,可实现快速软件开发,让用户从繁杂的SDK细节中获得彻底解放。-1.00 edition (2006.8.x-2008.9.26) initially to achieve a full-featured Windows control library that contains commonly used standard controls, common controls, IE-style menu bar, common dialog boxes, also achieved three Shell controls, code simulation. Net coding style, using PME programming model, enabling rapid software development, so that users from the complexity of the SDK to get the complete liberation of the details.
Platform: | Size: 672768 | Author: sunyi | Hits:

[Delphi VCLloginTaobaoautomic

Description: 控制IE自动登录淘宝网,无须手动输入用户名.-Control IE automatically log Taobao is no need to manually enter the user name.
Platform: | Size: 2048 | Author: ming shu | Hits:

[Software Engineeringycjkwd

Description: 摘要: 本文提出一种基于 8 位单片机的远程温控系统的设计方案, 文中给出了系统的硬件框图, 以及简化 TCP/IP 协议栈和嵌入式 Web 服务器的实现方法。该方案使用户能通过任意 IE 浏览器实现对远程端温度的监控。-Abstract: This paper presents an 8-bit microcontroller based on the remote temperature control system design, this paper shows the hardware block diagram of the system and simplify the TCP/IP protocol stack and embedded Web server implementations. The program enables users to achieve through any IE browser, remote-side temperature monitoring.
Platform: | Size: 188416 | Author: bruce | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 18 »

CodeBus www.codebus.net